home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Joystick Magazine 2000 November
/
cd joystick no120 novembre 2000 cd 1.iso
/
data
/
demos
/
gunlok
/
data1.cab
/
Program_Executable_Files
/
scripts
/
reaporfrag.gsh
< prev
next >
Wrap
Text File
|
2000-08-22
|
939b
|
38 lines
// defines the fragmented reapor bot
////////////////////////////////////////////////////////////////////////////////////
// start wrapper - prevent multiple inclusions or recursive inclusions
//(this currently causes 'unrecognized preprocessor directive' warnings, until implemented)
#ifndef INCLUDED_REAPORFRAG_GSH
#define INCLUDED_REAPORFRAG_GSH
////////////////////////////////////////////////////////////////////////////////////
#include "defaults.gsh"
hierarchy Hcy_reaporFrag
{
file "units\reaporfrag.rif"
name "reaporfrag"
hotspot none
}
role Rol_reaporFrag : Rol_FragObject
{
shape Hcy_reaporFrag
identifier "reaporfrag"
}
frag data Frg_reapor
{
role Rol_reaporFrag
scale 6
replace yes
}
////////////////////////////////////////////////////////////////////////////////////
// end wrapper - for preventing multiple or recursive inclusions
#endif // !INCLUDED_REAPORFRAG_GSH